home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Freeware / Programare / highlight / highlight-W32GUI-2.2-10b-Setup.exe / {app} / langDefs / erl.lang < prev    next >
Text File  |  2004-07-06  |  2KB  |  38 lines

  1. # Erlang language definition file
  2. #
  3. # Author: AndrΘ Simon
  4. #   Mail: andre.simon1@gmx.de
  5. #   Date: 08.02.04
  6. # ------------------------------------------
  7. # This file is a part of highlight, a free source code converter released under the GPL.
  8. #
  9. # The file is used to describe keywords and special symbols of programming languages.
  10. # See README in the highlight directory for details.
  11. #
  12. # New definition files for future releases of highlight are always appreciated ;)
  13. #
  14. # ----------
  15. # andre.simon1@gmx.de
  16. # http:/www.andre-simon.de/
  17.  
  18. $KW_LIST(kwa)=after begin case catch cond end fun if let of query receive when
  19.  
  20. $KW_LIST(kwb)=abs alive apply atom_to_list binary_to_list binary_to_term concat_binary date disconnect_node element 
  21. erase exit float float_to_list get get_keys group_leader halt hd integer_to_list is_alive length link list_to_atom 
  22. list_to_binary list_to_float list_to_integer list_to_pid list_to_tuple load_module make_ref monitor_node node nodes 
  23. now open_port pid_to_list process_flag process_info process put register registered round self setelement size spawn 
  24. spawn_link split_binary statistics term_to_binary throw time tl trunc tuple_to_list unlink unregister whereis
  25. atom binary constant function integer list number pid ports port_close port_info reference record
  26. check_process_code delete_module get_cookie hash math module_loaded preloaded processes purge_module set_cookie set_node
  27. acos asin atan atan2 cos cosh exp log log10 pi pow power sin sinh sqrt tan tanh
  28.  
  29. $STRINGDELIMITERS=" '
  30.  
  31. $SL_COMMENT=%
  32.  
  33. $IGNORECASE=false
  34.  
  35. $ESCCHAR=\
  36.  
  37. $SYMBOLS= ( ) [ ] { } , ; : & | < > !  = / * + -
  38.